[jQuery] [PHP] Image manipulation

Posted by robertdd on Stack Overflow See other posts from Stack Overflow or by robertdd
Published on 2010-04-19T01:36:50Z Indexed on 2010/04/19 1:43 UTC
Read the original article Hit count: 520

Filed under:
|
|

hello,

I want to do some kind of image editor, after I upload more images i want to make a list with all the thumbnails!

after i want to be able to click on one thumb and rotate, duplicate, drag and drop (to change positions of the images), delete the image! all the images i want to be in a php array, if a image is deleted i want to delete the row from array to, if a image is drag and droped i want to change the position in the array to!

ok after the user upload all the images and modify some of it how i can make a DONE button to save the positions of the images?

for this small project how u suggest me to save the images? (to make a table in mysql and store the names of the images in the database depending on the session id? depending on the IP?

any suggestions are welcome!

thanks!

© Stack Overflow or respective owner

Related posts about image-manipulation

Related posts about jQuery